home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / dist.exe / DUNPACK.EZE / ACTION / SAMPLE3.ICF < prev    next >
Text File  |  1994-01-01  |  1KB  |  40 lines

  1. ; --------------------------------------------------
  2. ; Example 3 of IniMaint Control File for DISTRIBUTOR
  3. ; --------------------------------------------------
  4. ;   This example will create a new heading called
  5. ;   DISTRIBUTOR in the WIN.INI file. It will contain
  6. ;   3 separate INI lines.
  7. ; --------------------------------------------------
  8. ;   Ini Control Files can have 1 or more ICF definition!
  9. ; --------------------------------------------------
  10.  
  11. [ DISTRIBUTOR:dataPath ]
  12. file        =   c:\windows\win.ini
  13. backup      =   c:\windows\win.old
  14. heading     =   [Distributor]
  15. token       =   dataPath
  16. setting     =   f:\distribu.tor\tables
  17. action      =   replaceInsert
  18. type        =   complete
  19. position    =   start
  20.  
  21. [ DISTRIBUTOR:version ]
  22. file        =   c:\windows\win.ini
  23. heading     =   [Distributor]
  24. token       =   version
  25. setting     =   1.20
  26. action      =   replaceInsert
  27. type        =   complete
  28. position    =   end
  29.  
  30. [ DISTRIBUTOR:maxNodes ]
  31. file        =   c:\windows\win.ini
  32. heading     =   [Distributor]
  33. token       =   maxNodes
  34. setting     =   1000
  35. action      =   replaceInsert
  36. type        =   complete
  37. position    =   before
  38. text        =   version
  39.  
  40.